home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / vballs11.zip / BALLS1.MAK < prev    next >
Text File  |  1991-03-06  |  829b  |  73 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +BALLS1.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   balls1.obj
  25.  
  26. #        *Explicit Rules*
  27. balls1.exe: balls1.cfg $(EXE_dependencies)
  28.   $(TLINK) /v/x/n/c/d @&&|
  29. c:\bin\tclib\c0l.obj+
  30. balls1.obj
  31. balls1,
  32. c:\bin\tclib\graphics.lib+
  33. c:\bin\tclib\emu.lib+
  34. c:\bin\tclib\mathl.lib+
  35. c:\bin\tclib\cl.lib
  36. |
  37.  
  38.  
  39. #        *Individual File Dependencies*
  40. balls1.obj: balls1.c 
  41.  
  42. #        *Compiler Configuration File*
  43. balls1.cfg: balls1.mak
  44.   copy &&|
  45. -ml
  46. -K
  47. -v
  48. -G
  49. -O
  50. -Z
  51. -k-
  52. -V
  53. -vi-
  54. -wbbf
  55. -wpin
  56. -wamb
  57. -wamp
  58. -wasm
  59. -wpro
  60. -wcln
  61. -wdef
  62. -wsig
  63. -wnod
  64. -wstv
  65. -wucp
  66. -wuse
  67. -IC:\BIN\TCINC
  68. -LC:\BIN\TCLIB
  69. -j0
  70. | balls1.cfg
  71.  
  72.  
  73.